To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
ODF Team,
In ODF 1, it does not appear that we have access to the ODEventInfo.propagated flag outside of the FW_CEventDispatcher. It would be nice to have access to this flag in FW_CSystemEvents. For example, FW_CView always activates its frame when it gets a MouseUp. If I set an embedded frame to propagate unused events, my part always activates when an embedded frame doesn't handle a mouse up (which is 99% of the time). I would like to have my FW_CView subclasses only activate their frame if the event has not been propagated from one of my embedded frames. Is there any chance of getting this in ODF 2? If not, we can override the dispatcher for now.